Implement migration sequencing (phase 4)#3076
Open
ericvergnaud wants to merge 6 commits intomigration-sequencing-phase-3from
Open
Implement migration sequencing (phase 4)#3076ericvergnaud wants to merge 6 commits intomigration-sequencing-phase-3from
ericvergnaud wants to merge 6 commits intomigration-sequencing-phase-3from
Conversation
…-phase-4 # Conflicts: # src/databricks/labs/ucx/assessment/sequencing.py # src/databricks/labs/ucx/contexts/application.py # src/databricks/labs/ucx/hive_metastore/table_migration_status.py # src/databricks/labs/ucx/hive_metastore/tables.py
This was referenced Oct 25, 2024
|
❌ 122/124 passed, 2 flaky, 2 failed, 8 skipped, 2h51m18s total ❌ test_migrate_managed_table_to_external_table_with_clone: databricks.sdk.errors.platform.BadRequest: org.apache.hadoop.hive.ql.metadata.HiveException: MetaException(message:Got exception: shaded.databricks.CLOUD_ENVbfs.org.apache.hadoop.fs.CLOUD_ENVbfs.contracts.exceptions.KeyProviderException Failure to initialize configuration for storage account labsCLOUD_ENVTEST_MOUNT_NAME.dfs.core.windows.net: Invalid configuration value detected for fs.CLOUD_ENV.account.key) (3.731s)❌ test_migrate_managed_table_to_external_table_without_conversion: databricks.sdk.errors.platform.BadRequest: org.apache.hadoop.hive.ql.metadata.HiveException: MetaException(message:Got exception: shaded.databricks.CLOUD_ENVbfs.org.apache.hadoop.fs.CLOUD_ENVbfs.contracts.exceptions.KeyProviderException Failure to initialize configuration for storage account labsCLOUD_ENVTEST_MOUNT_NAME.dfs.core.windows.net: Invalid configuration value detected for fs.CLOUD_ENV.account.key) (2.38s)Flaky tests:
Running from acceptance #7066 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Use ownership factory for fetching owners
Linked issues
Progresses #1415
Requires #3072
Functionality
None
Tests